/*
*/
/* 
    Created on : 2018.09.14., 15:59:14
    Author     : tothpatony
*/

.articlesBox {
    width: 100%;
    margin: 0 0 10px 0;
    display: inline-block;
}

.articlesBox .portfolio_h3_line:has(.portfolio_h3) {
    text-align: left;
    margin-bottom: 0;
}

.articlesBox .articleItem {
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.articlesBox .articleItem:hover {
    background-color: #f0f0f0;
}

.articlesBox .articleItem a {
    color: #222;
    text-decoration: none;
    overflow: hidden;
    line-height: 125%;
    display: block;
    padding-bottom: 16px;
}

.articlesBox .articleItem a:hover {
    color: #666;
    text-decoration: none;
}

.articlesBox .articleItem .leadPic {
    background-size: cover;
    width: 100%;
    height: 80px;
}

.articlesBox .articleItem .siteName {
    color: #a0a0a0;
    font-size: 0.8em;
}

.articlesBox .articleItem a:hover .siteName {
    color: #c0c0c0;
}

@media only screen and (min-width: 768px) {
    .articlesBox .articleItem {
        width: 25%;
        padding: 10px;
    }

    .articlesBox .articleItem:nth-child(4n+2) {
        clear: left;
    }
}

@media only screen and (max-width: 767px) {
    .articlesBox .articleItem {
        width: 50%;
        padding: 5px;
    }

    .articlesBox .articleItem:nth-child(2n+2) {
        clear: left;
    }
}
